Boilerplate starter code for Node.js UI projects.
- parcel
- ES6 modules
- sass
- normalize
- prettier
A very basic design system is defined in src/styles/_system.sass
-
Create a new repository that is empty
-
On CLI:
git clone git@github.com:elsa-brown/start-project.git <new-repo-name>
cd <new-repo-name>
git remote set-url origin <new-repo-URL>
git push -u origin main
npm install
npm start