niksolaz / boilerplate-react

simple boilerplate react.js and parcel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing version Node and npm. My actually version Node is v10.23.2, npm is 6.14.10, nvm is 0.33.11

node -v  //output v10.23.2
npm -v  //output 6.14.10
nvm --version //output 0.33.11

Install package

yarn install

or

npm install

Running

yarn start

Building

yarn build-prod

Testing ( I'm using jest )

yarn test

Info

I've not installed UI library or Linting. For this, you can install anything do you want.

Credits

Made with love by Nicola Solazzo

About

simple boilerplate react.js and parcel


Languages

Language:JavaScript 53.7%Language:HTML 23.7%Language:SCSS 16.6%Language:Dockerfile 6.0%