By Yago Quiñoy Lobariñas
Isomorphic app template it's my personal dev battleground. Do not use it for any serious purposes.
If your didn't follow my advice, then do the stuff:
npm i
Done.
There are two modes. Development and production.
Development
npm run start:dev
Production
npm run build
npm start
Do http://localhost:3000 at any browser. Done.
Open /config folder. You have there development and production config files.
The index.js file it's for default config and dev/prod config files override default properties.
Done.
If you discover any bugs, DO NOT feel free to create an issue on GitHub fork and send us a pull request.
- Me only (https://github.com/YagoQuinoy)
- DO NOT Fork it
- DO NOT Create your feature branch (
git checkout -b my-new-feature
) - DO NOT Commit your changes (
git commit -am 'Add some feature'
) - DO NOT Push to the branch (
git push origin my-new-feature
) - DO NOT Create new Pull Request
MIT License.