This is frontend of the student portal that is created using react.
- Available Soon
- Website is in development phase
- React.js
- create-react-app
- bootstrap
- redux
- Install Node.Js and npm
- Refer here
- Clone Repo
$> git clone https://github.com/Surya1231/student-portal-frontend.git
- Change Directory
$> cd student-portal-frontend/
- Install Dependencies
$> npm install
- Start server
$> npm start
- Run Project
npm start
- Build Project
npm run build
- Prettify Code
npm run prettify
- Test
npm run test
student-portal
┣ node_modules
┣ public
┃ ┣ images
┃ ┣ index.html
┃ ┣ manifest.json
┃ ┗ robots.txt
┣ src
┃ ┣ components
┃ ┃ ┗ common
┃ ┣ store
┃ ┃ ┣ actions
┃ ┃ ┣ reducers
┃ ┃ ┗ store.js
┃ ┣ styles
┃ ┃ ┣ css
┃ ┃ ┃ ┗ common.css
┃ ┃ ┗ scss
┃ ┃ ┃ ┣ common.scss
┃ ┃ ┃ ┗ global.scss
┃ ┣ utils
┃ ┣ App.js
┃ ┣ index.js
┃ ┗ serviceWorker.js
┣ .eslintrc
┣ .gitignore
┣ .prettierrc
┣ package-lock.json
┣ package.json
┗ README.md
- Available Soon