Skip to content

elsa-brown/start-project

Repository files navigation

start-project

Boilerplate starter code for Node.js UI projects.

Includes

  • parcel
  • ES6 modules
  • sass
  • normalize
  • prettier

Design System

A very basic design system is defined in src/styles/_system.sass

Getting Started

  1. Create a new repository that is empty

  2. 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

About

Boilerplate for Node.js UI projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published