Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 396 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 396 Bytes

CTD-Starwars

Pre-work for CODE THE DREAM advance classes

Do these steps to run the project :

Clone the project

$ git clone https://github.com/ESMAT001/CTD-Starwars.git

install all the required dependencies :

$ npm install

To run the project for development :

$ npm start or $ npm run start

To build the project for production :

$ npm run build