Skip to content

evanlimanto/mavenform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mavenform

Built with NodeJS, React, Latex and Webpack.

To Setup

npm install

To Develop

npm run watch

To Bundle for Production

npm run build

To run Server

npm run server

To run Webpack + Express Servers

npm run magic