Make sure you have npm and node installed on your system.
npm install -g yarn
yarn install
yarn run start
- open
localhost:8080
in your browser
After 1st and 2nd command run these commands to deploy on Surge
npm run build
npm run deploy
- open https://ssolanki.surge.sh and go offline from dev tools and refresh.
Running locally:
- In
webpack.config.prod.js
file change200.html
toindex.html
at line:46 cd dist/
python -m SimpleHTTPServer
- open
localhost:8000
in your browser
- Support for
React-Redux
SASS
support will be added