diff --git a/README.md b/README.md new file mode 100644 index 00000000..014c8b76 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Front-End Project of Student Information System + +### For Installation +``` +yarn install +``` +or +``` +npm install +``` + +### For Execution +``` +yarn dev +``` +or +``` +npm run dev +``` + +Local URL : http://localhost:3000/ +------------------