Skip to content

Code-the-Dream-Students/students-dashboard-front-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README.md

This is a test of our real application. For this project, we are going to use ReactJS. All the future libraries used on the Front-End are going to be installed using npm (mixing npm with yarn could crash the application, USE NPM, DO NOT USE YARN).

Do not push or pull request to main. Create your own branch and push your branch to the repository. This in order to know that the application works on all computers using different operating systems.

To set up the application, once you have the clone on your computer, run:

  • npm install
  • npm start

Make some changes to the application without breaking it (adding some lines of code, creating a component, etc), and pull request your changes.

Installing Ant Design using npm

We recommend using npm to install

  • npm install antd

And import stylesheets manually:

  • import 'antd/dist/antd.css'

Don't forget to read the Getting Started Guide

We can always fork the repo and keep, this would be a better way of contribute as a team.

Any problem do not hesitate to ask. Happy coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published