I created my own web development setup to save time on starting new projects.
Currently still making changes to have a more polished base version. Further changes will be made in the future as I see fit.
- Packages
- Libraries
- Frameworks
- Automated workflow
- Compiling SCSS files
- Bundling assets with Webpack
- Web page reloading
- Run
npm install
inside root directory of project to install included packages - Run
npm update
inside root directory of project to update installed packages
Run npm run watch
inside project root in command line to run local live server. Saving changes to files while server is running will automatically reload web pages. If configuration files are changed, then the live server must be restarted.
Starter Kit is MIT licensed.