atom-book
An Atom Book Search app created using React
Cloning the project
To clone the project run below command
git clone https://github.com/RudraG4/atom-books.git
Install Dependency
To install dependency run below command
cd atom-books
npm install
Building the App
To build run below command
npm run build
Deploy the App
To deploy the app locally run below command
npm install -g serve
serve -s build