https://ah-immortals-frontend-staging.herokuapp.com/
- Clone the Repository here
$ git clone https://github.com/andela/ah-the-immortals-frontend.git
- Move in to the Project Directory (Develop branch)
$ cd ah-the-immortals-frontend
- Install dependencies
$ npm install
- Create a .env file in the root folder and set variables
REACT_APP_BASE_URL=backend base url
REACT_APP_FIREBASE_KEY=firebase key
REACT_APP_FIREBASE_DOMAIN=firebase domain
- Run Application (Development mode)
$ npm run start:dev
- Run Tests
$ npm run test
- Run Linting
$ npm run lint src
Styling with sass
is supported in this project. To use sass
, just put your sass
styling in a .scss
file.
Import
your .scss
file whenever you need it. It is going to be compiled minified and bundled together with the rest of the project.
This project also supports the use of .css
files. Import
your .css
file whenever you need it. Just like .scss files, it is going to compiled minified and bundled together with the rest of the project.