/amoozeshi

for test please don't install

Primary LanguageJavaScriptMIT LicenseMIT

Quick start

  1. Make sure that you have Node.js v8.10 and npm v5 or above installed.
  2. Clone this repo using git clone https://github.com/MostafaRastegar/amoozeshi.git <YOUR_PROJECT_NAME>
  3. Move to the appropriate directory: cd <YOUR_PROJECT_NAME>.
  4. Run npm install in order to install dependencies.
    At this point you can run npm start to see the example app at http://localhost:4000.
  5. Run npm build to biuld project. At this point you can run npm start:prod to see the production app at http://localhost:5000.