A quick starter kit that utilizes modern web technologies for static app. It is designed to setup as simple as possible to extend easily, and to be used for different cases.
node >= v12.13.0
npm >= v6.12.0
- Clone the repository
- Extend / Add more dependencies for suitable needs
- Run
npm install
- Rename
.env.example
to.env
and other necessary variables needed - Run at least once
npm run build
to have thedist
folder created for server to have the client source compiled and be served
npm run start
- open terminal to start developingnpm run build
- to compile assets to be deployed, it will createdist
folder on server