=======
NodeJS are required
- Start by installing dependencies with
npm i
insrc
directory. - Run
npm start
. For Visual Studio Code users, you can simply pressF5
to start server.
src
: every code is in this folderroot
: client filescomp
: components will be renderpage
: html files (in client url there will be no.html
extention)public
: files will be served on/public
url