Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Clever/frontend-boilerplate

Repository files navigation

frontend-boilerplate

Want to create a frontend application? Start here! You can find boilerplate and explanations for how they work in each subdirectory of this repository.

For an overview of the frontend technologies we use at Clever, see Working with React

Running the demo

To run the demo of the boilerplate code here, follow these steps:

  1. Pull the repository: git clone git@github.com:Clever/frontend-boilerplate.git
  2. Enter the directory: cd frontend-boilerplate
  3. Install the requirements: npm install
  4. Run the development server. make start-dev

Et voilà! Visit localhost:3000 to see everything in action.

Subdirectories

  • react-redux-boilerplate/: A simple app using React for views, Redux for application state management, and Clever components for UI components. Does not handle navigation nor routing.

About

Want to create a React app? Start here!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published