A sample model list visualiser built for Model Management Frontend Challenge.
Tools used include:
- React
- React-Router
- Webpack
- Sass
- and other great npm & not only npm tools & packages
- Get the code.
You might just download it from GUI of GitHub or git clone
it via terminal.
- Install at least json-server and cross-env or all dependencies with
npm install
.
If you install just json-server & cross-env, the build should still work since it was already boundled. The dev environment in this case, obviously, will not since it needs dependencies to be installed.
- Open up terminal, write
npm run server
, hit enter.
Ensure no error occured and server launched correctly.
-
Go to folder called "dist", find file called "index.html" there and throw it into your browser.
-
Unless your browser is quite old, or something really strange happened, you should see a working web aplication with pagination, sorting & search being the main features.