Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/interaminense/metal-jsx-boilerplate
A boilerplate to streamline the process of developing a project with MetalJSX
https://github.com/interaminense/metal-jsx-boilerplate
Last synced: 2 months ago
JSON representation
A boilerplate to streamline the process of developing a project with MetalJSX
- Host: GitHub
- URL: https://github.com/interaminense/metal-jsx-boilerplate
- Owner: interaminense
- Archived: true
- Created: 2018-02-12T18:10:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T12:58:13.000Z (almost 6 years ago)
- Last Synced: 2024-08-04T13:01:19.840Z (6 months ago)
- Language: JavaScript
- Size: 163 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-metaljs - Metal JSX Boilerplate
README
# metal-jsx-boilerplate
A boilerplate to streamline the process of developing a project with MetalJSX### Install all dependencies
`npm install`### Build project
* Production mode `npm run build:prod`
* Development mode `npm run build:dev`### Run the project at localhost:4000
`npm start`We'll just enjoy it.