The following setup helps you run the application on your local machine. It assumes that you have Nodejs installed on your computer. If not, install Nodejs from https://nodejs.org/en/download/ and yarn package manager (optional).
- Clone the repository
git clone git@github.com:praneeth-rdy/comic-creator-frontend.git
You can also use https to clone the repository. To know more read this documentation.
- Now change the directory by navigating into the cloned repository. Use the following command, in case of linux.
cd comic-creator-frontend
-
Update the value of router
basename
to/
insrc/routes/AppRouterProvider.js
. -
Install the dependencies using yarn (you can also use npm).
yarn install
- Start the react server.
yarn start
.
├── public
└── src
├── assets
├── components
├── pages
├── routes
├── styles
├── utilities
└── index.js
public
: Contains public files such asindex.html
.src
: Contains source files (js, css, assets, etc.)assets
: Contains image and icons.components
: Contains reusable react components.pages
: Contains all pages.routes
: Contains custom routes.styles
: Contains all stylesheets (CSS).utilities
: Contains commonly used util functions.index.js
: Contains the top-level wrapper component.
This project has been built with the following technologies.
Name: Kolanu Praneeth Reddy
Roll Number: 19AE30030
Email: praneeth.kolanu.iitkgp@gmail.com
Phone: +91-7013160459