Skip to content

Danwakeem/react-webapp-shell-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Webapp Shell v1.0

This is a webapp shell intended for use with some in-person hiring exercises here at agilon.

Development

This project consists of main two folders client, and server. The client directory is where the code will live for our UI which will be written using react. The server directory is where the code will live for our API/server side code.

Installing project dependencies

In the root of this project you can simply run

npm ci

This will install node_modules in the root of this project as well as both the client and server folders.

Starting up the project

Once your have installed dependencies you can start up both the frontend and backend of this project by running the following command at the root of this project

npm start

Note: you can always run the client and server in separate terminals by moving directly into each folder. The npm start command at the root is just meant to be helpful not required.

About

A shell of a webapp with a react frontend and a nodejs backend to be used during interviews.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.1%
  • HTML 2.9%