Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.