A fullstack Node boilerplate featuring Express, Grommet, Next.js, and Styled Components.
Instructions
- Clone the repo
git clone https://github.com/hpe-dev-incubator/fullstack-node-boilerplate.git
- Goto the project folder
cd fullstack-node-boilerplate
- install dependencies with
yarn setup
- Start the server and front end client
yarn start