Web UI Globant apps
Monolithic architecture of web applications made in react and built in with webpack.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
As a primary requirement you must have node and npm installed on your machine.
To check your node version just type
$ node -v
Note: if you are an Ubuntu user and you do not have yet installed node you can check out this site and quickly follow this guide to install node on your machine install node with NVM.
Running the proyect
A step by step series of examples that tell you have to get a development env running
First of all you have to install all the dependecies (this need to run only one time)
$ npm install
To run the app in dev mode just type
$ npm run start:APP_KEY
Important APP_KEY can be:
- admin
- feedback
- demo
Deployment
Add additional notes about how to deploy this on a live system