This is my first Mithirl SPA. Please be kind ;)
package.json
index.js
src/
| |- templates/
| |- app/
| |- assets/
| | |- js/
| | |- css/
| | |- images/
config/
| |- default.json
| |- development.json
| |- production.json
src/app
- App realated javascript files with an entry file for Browserify to modularise the files.src/assets
- Static files with each file in specific foldersrc/templates
- Required templatesindex.js
- Express serverconfig
- configs
- Clone repo
- Install Node LST
- Install npm packages from package.json by
npm install
- Start the server by
npm start
npm run watch
- Live rebuilding javascript bundlenpm run build
- Build javascript bundlenpm start
- Starts the server at port 3000