A basic application that demonstrates server side rendering. Each individual commit has purposefully been crafted to explain the new code that's added and its purpose within the application.
- NVM Node version manager
- Yarn package manager An alternative to NPM
NVM is a version manager for node which is a good option if you don't have node installed use NVM:
https://github.com/creationix/nvm/blob/master/README.markdown
For a smoother experience with package management it is ideal to use yarn
over NPM
npm install -g yarn
npm install
or yarn
npm run start
or yarn start
npm run dev
or yarn dev
This will restart the server and recompile the client side assets whenever a file has been changed
within the project
npm run lint
or yarn lint