Skip to content

alexiscrocilla/HELPFEST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

119 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{ New Era logo }

NEW ERA APP

About   |   Built With   |   Requirements   |   Starting   |   Contact   |  


About

This repo contains the New Era Festival App.

Look up the project on Merlin.

Built With

The following tools were used in this project:

Requirements

Before starting, you need to have GIT and NPM installed.

Starting

In the project directory, you can run:

# Clone this project
$ git clone https://github.com/alexiscrocilla/HELPFEST

# Access
$ cd HELPFEST

# install dependencies
npm install

# dev with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

You can provide custom port-numbers via the environment variable PORT:

# run dev-server on port 1337
PORT=1337 node run dev

# run e2e tests on port 8888
PORT=8888 node run e2e

Contact

Back to top

About

This repo contains the New Era Festival App. This is part of the HELPFEST Epitech Digital project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors