Skip to content

HiSchoolProject/FrontSchool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

HiSchool! Project FrontSchool

Requirements

This application is a front end for BackSchool. You should have a working instance of BackSchool before running FrontSchool.

You need Node.js and a Node package manager. [Yarn] (https://yarnpkg.com) is recommended.

On an APT-based system, run:

curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt install nodejs yarn

Setup

  • Clone this repository and move to the project directory
  • Install the required dependencies: yarn
  • Run the server: yarn start

Create a production build

To create a production build (ie. that you can serve with your own web server) of this application, fill in the homepage key in package.json with its address, for example:

"homepage": "https://myname.mydomain.com/myapp"

Then, just run yarn build.

About

No description, website, or topics provided.

Resources

License

LGPL-3.0 and 2 other licenses found

Licenses found

LGPL-3.0
LICENSE
GPL-3.0
COPYING
LGPL-3.0
COPYING.lesser

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published