README
Set Up
In the terminal, navigate to the directory of the React web app you are creating
Then type
npm install wt-frontend
Make sure you have the peer dependencies installed. If you don’t have these packages installed already, do the following:
npm install sass
and/ornpm install react-router-dom
Change your .css files to .scss and put the following code at the top of the .scss file:
@use 'node_modules/wt-frontend/build/global/wolfie';
@use 'node_modules/wt-frontend/build/global/components';
Note: If you want to look at our example pages, copy in our entire directory. Open the example pages by navigating to our directory, running npm install
in the terminal, then npm start
.
npm Package: https://www.npmjs.com/package/wt-frontend
Documentation: https://wolfie-tools-frontend.github.io/#/
Documentation for developers on the team (private): https://tinyurl.com/wt-frontend-docs
Email: wolfietools.frontend@gmail.com