Skip to content

YagoQuinoy/isomorphic-app-template

Repository files navigation

Isomorphic App Template

By Yago Quiñoy Lobariñas

Description

Isomorphic app template it's my personal dev battleground. Do not use it for any serious purposes.

Installation

If your didn't follow my advice, then do the stuff:

npm i

Done.

Usage

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.

Configuration

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.

Known Issues

If you discover any bugs, DO NOT feel free to create an issue on GitHub fork and send us a pull request.

Authors

Contributing

  1. DO NOT Fork it
  2. DO NOT Create your feature branch (git checkout -b my-new-feature)
  3. DO NOT Commit your changes (git commit -am 'Add some feature')
  4. DO NOT Push to the branch (git push origin my-new-feature)
  5. DO NOT Create new Pull Request

License

MIT License.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published