https://github.com/rqbazan/es6-template
https://github.com/rqbazan/es6-template
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rqbazan/es6-template
- Owner: rqbazan
- Created: 2020-03-18T02:53:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T08:23:58.000Z (over 3 years ago)
- Last Synced: 2025-02-06T19:52:08.288Z (8 months ago)
- Language: JavaScript
- Size: 1.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ES6 Template
## How to setup de project?
Run `yarn` to install all the dependencies
## How to run the project?
Execute `yarn dev` for development purposes and `yarn start` for a production
ready environment> The production environment must has the application build. Run `yarn build` to
> get it.