Skip to content

Latest commit

 

History

History

frontend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Culturage Web Service - Frontend

You can see demo here

Requirements

node.js, npm

Usage

  1. Clone the repository
  2. cd bounswe2017group11/frontend
  3. npm install to install the dependencies

To run locally:

npm start

To have a production build:

npm run build

Follow the instructions here to deploy the built app

Created using create-react-app. If you want to tweak configs (webpack etc.) execute:

npm run eject

Note that eject operation is non-reversible, meaning that you can't hide config files afterwards.